home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 611 / ctcaps10 / ctrlcaps.txt < prev    next >
Text File  |  1991-06-19  |  4KB  |  112 lines

  1.                                                        Rodange, June 19th, 1991
  2.  
  3.  
  4.                        ---------------------------------
  5.                       | CTRL-ALT-UTIL & CapsLock Status |
  6.                       |         V1.0 (Freeware)         |
  7.                       | (c) 1990,91 Rasquin Jean-Pierre |
  8.                        ---------------------------------
  9.  
  10. V1.0:
  11.  
  12.         This is a synthesis of two programs I have written (CapsLock Status
  13. and CTRL-ALT-UTIL).
  14.  
  15. -------------------------------------------------------------------------------
  16.  
  17. CapsLock Status (V2.2α)
  18. -----------------------
  19.  
  20.         This part of the programm displays a square in the top left corner of
  21. the screen. If it is animated (a 'c' scrolling from the left to the right)
  22. this means that the CapsLock is turned on.
  23.  
  24.         It runs in ANY (!) resolution, whether color or monochrom, OverScan
  25. or not, it will even adapt when changing resolution (!).
  26.  
  27.         To switch it on or off, you have to use Ctrl-Alt-Shift-Shift, you can
  28. stop your computer as long as you keep these keys pressed !
  29.  
  30. P.S.: I said this Program would run in ANY Resolution, it theoretically
  31.       should, but I haven't had the possibilty to try it on BIG-Screen-Monitor.
  32.  
  33.  What you should know :
  34.  ----------------------
  35.      
  36. It installs in a VBL-Slot, if none is free, in installs (by XBRA) before the
  37. last VBL-Slot-program.
  38.  
  39. The Linea-variable 'Bytes per line' ($2) is used to be resolution-undependant.
  40. The screen-memory top is fetched at $44E.
  41. The KBShift-status is read from : for TOS 1.0  : a fixed adress. ($E1B)
  42.                                   for TOS 1.2- : os_kbshift from the sysbase.
  43.                                                  (Adress in '_sysbase' + $24)
  44.  
  45. -------------------------------------------------------------------------------
  46.  
  47. CTRL-ALT-Util (V1.0e)
  48. ---------------------
  49.  
  50.        You're probably wondering why it's called CTRL-ALT-Util, well just
  51. because it is a resident programm, and that all its (in my oppinion) usefull
  52. features are CTRL-ALT-key combinations.
  53.  
  54.  Description of the features :
  55.  -----------------------------
  56.  
  57. CTRL-ALT :
  58.  
  59.    + Tab        :  Invert screencolors (also in Color mode !!!, may not
  60.                    always look good, but it's usefull on the Desktop.)
  61.    + Esc        :  Stop the computer until Shift-Shfit is pressed.
  62.    + F1         :  Swap screenfrequences (50-60Hz) (no effect in Mono.)
  63.    + F2         :  Force mouse display on (The screenbackground may be
  64.                    altered by the mouse, but nevertheless very usefull)
  65.    + F3         :  Force mouse Display off (If this function is used
  66.                    twice, F2 must be used twice too to display the mouse
  67.                    again !)
  68.    + F4         :  Swap modem DTR on/off
  69.    + F5         :  Swap keyclick on/off
  70.    + Backspace  :  Reset (warm-start)
  71.    + Right Shift Backspace :  Reset (cold-start)
  72.  
  73.       /\
  74.      /  \
  75.     / !! \   Be carefull with the last two functions !!!
  76.    /      \
  77.    --------
  78.  
  79. Some further details about the program :
  80.  
  81. It installs in the IKBDSYS vector using XBRA.
  82.  
  83. It installs in the Etv_Term ($408) too, and sets the DTR back to the status it
  84. has last been switched by CTRL-ALT-UTIL when leaving a program, as some
  85. programs have to switch it off :-(.
  86.  
  87. -------------------------------------------------------------------------------
  88.  
  89. XBRA ID is 'CtCp'.
  90.  
  91. If once istalled, it displays 'already installed...' if run again.
  92.  
  93. It uses 838 Bytes of memory ! (100% assembler)
  94.  
  95. Think that's all I have to say about it !
  96.  
  97. Any comments, suggestions ... are wellcome !
  98.  
  99. FoReM Adress   : Node 363 (ComNet Lux.), User 'Jean-Pierre Rasquin'
  100. Fido  Adresses : 2:270/15 (Meeting Box), User 'Jeanpierre Rasquin'
  101.  
  102.                                           Rasquin Jean-Pierre
  103.                                           240, Rte de Longwy
  104.                                           L-4831 Rodange
  105.                                           Luxemburg
  106.  
  107. P.S.1: It is strictly forbidden to sell this program.
  108.        It may be distributed via PD-Services !
  109. P.S.2: In case something goes wrong with this programm, please let me know !!!
  110.        Thanks.
  111.  
  112.